home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / tcp / AmiTCPsesn1_1.lha / AmiTCP_session-1.1 / c / nntpsend < prev    next >
Text File  |  1995-06-16  |  214b  |  9 lines

  1. ;
  2. ; Script to send news articles stored in the dir uunews:NNTPSpoolDir.
  3. ; Needs nntppost from InetUtils 1.4.
  4. ;
  5.  
  6. list uunews:NNTPSpoolDir lformat "nntppost -x %p%n %p%n" to t:post
  7. execute t:post
  8. delete >nil: t:post
  9.